Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for unordered set methods #322

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

tom-binary
Copy link
Contributor

To complement the ordered set handling, we'd want support for unordered sets. This adds those to the memory and Redis implementations with an unorderedset_ prefix, makes them slightly verbose to type but hopefully clear enough.

In Redis, these are backed by SADD, SREM etc., see https://redis.io/docs/latest/commands/?group=set for more details.

@tom-binary tom-binary merged commit 92ac8a7 into deriv-com:master Jun 21, 2024
1 check passed
@tom-binary tom-binary deleted the feature/storage_set_methods branch June 21, 2024 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant